home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Graphics 2D / Out of This GWorld / CarbonPrefix.h next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  121 b   |  8 lines  |  [TEXT/CWIE]

  1. #ifndef __CARBONPREFIX__
  2. #define __CARBONPREFIX__
  3.  
  4. // Needed for carbonization
  5. #define TARGET_API_MAC_CARBON 1
  6. //
  7.  
  8. #endif